-object FormGPSBabelFront: TFormGPSBabelFront\r
- Left = 208\r
- Top = 103\r
- BorderStyle = bsDialog\r
- Caption = 'GPSBabel GUI Frontend'\r
- ClientHeight = 212\r
- ClientWidth = 369\r
- Color = clBtnFace\r
- Font.Charset = DEFAULT_CHARSET\r
- Font.Color = clWindowText\r
- Font.Height = -11\r
- Font.Name = 'MS Sans Serif'\r
- Font.Style = []\r
- OldCreateOrder = False\r
- Position = poScreenCenter\r
- OnCreate = FormCreate\r
- DesignSize = (\r
- 369\r
- 212)\r
- PixelsPerInch = 96\r
- TextHeight = 13\r
- object Label1: TLabel\r
- Left = 8\r
- Top = 192\r
- Width = 250\r
- Height = 13\r
- Anchors = [akLeft, akBottom]\r
- Caption = 'GPSBabel: http://sourceforge.net/projects/gpsbabel'\r
- end\r
- object Label2: TLabel\r
- Left = 8\r
- Top = 16\r
- Width = 43\r
- Height = 13\r
- Caption = 'Input file:'\r
- end\r
- object Label3: TLabel\r
- Left = 8\r
- Top = 80\r
- Width = 51\r
- Height = 13\r
- Caption = 'Output file:'\r
- end\r
- object Bevel1: TBevel\r
- Left = -3\r
- Top = 185\r
- Width = 380\r
- Height = 2\r
- Anchors = [akLeft, akBottom]\r
- end\r
- object comboInput: TComboBox\r
- Left = 64\r
- Top = 40\r
- Width = 297\r
- Height = 21\r
- Style = csDropDownList\r
- ItemHeight = 13\r
- TabOrder = 2\r
- end\r
- object editInput: TEdit\r
- Left = 64\r
- Top = 16\r
- Width = 273\r
- Height = 21\r
- TabOrder = 0\r
- end\r
- object editOutput: TEdit\r
- Left = 64\r
- Top = 80\r
- Width = 273\r
- Height = 21\r
- TabOrder = 3\r
- end\r
- object comboOutput: TComboBox\r
- Left = 64\r
- Top = 104\r
- Width = 297\r
- Height = 21\r
- Style = csDropDownList\r
- ItemHeight = 13\r
- TabOrder = 5\r
- end\r
- object btnProcess: TButton\r
- Left = 288\r
- Top = 152\r
- Width = 75\r
- Height = 25\r
- Caption = 'Process'\r
- TabOrder = 7\r
- OnClick = btnProcessClick\r
- end\r
- object cbIgnoreShort: TCheckBox\r
- Left = 64\r
- Top = 136\r
- Width = 169\r
- Height = 17\r
- Caption = 'Ignore "short" names'\r
- TabOrder = 6\r
- end\r
- object btnInput: TButton\r
- Left = 341\r
- Top = 16\r
- Width = 19\r
- Height = 21\r
- Caption = '...'\r
- TabOrder = 1\r
- OnClick = btnInputClick\r
- end\r
- object btnOutput: TButton\r
- Left = 341\r
- Top = 80\r
- Width = 19\r
- Height = 21\r
- Caption = '...'\r
- TabOrder = 4\r
- OnClick = btnOutputClick\r
- end\r
- object OpenDialogInput: TOpenDialog\r
- Left = 80\r
- Top = 8\r
- end\r
- object SaveDialogOutput: TSaveDialog\r
- Left = 80\r
- Top = 72\r
- end\r
-end\r
+object FormGPSBabelFront: TFormGPSBabelFront
+ Left = 208
+ Top = 103
+ BorderStyle = bsDialog
+ Caption = 'GPSBabel GUI Frontend'
+ ClientHeight = 212
+ ClientWidth = 369
+ Color = clBtnFace
+ Font.Charset = DEFAULT_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -11
+ Font.Name = 'MS Sans Serif'
+ Font.Style = []
+ OldCreateOrder = False
+ Position = poScreenCenter
+ OnCreate = FormCreate
+ DesignSize = (
+ 369
+ 212)
+ PixelsPerInch = 96
+ TextHeight = 13
+ object Label1: TLabel
+ Left = 8
+ Top = 192
+ Width = 250
+ Height = 13
+ Anchors = [akLeft, akBottom]
+ Caption = 'GPSBabel: http://sourceforge.net/projects/gpsbabel'
+ end
+ object Label2: TLabel
+ Left = 8
+ Top = 16
+ Width = 43
+ Height = 13
+ Caption = 'Input file:'
+ end
+ object Label3: TLabel
+ Left = 8
+ Top = 80
+ Width = 51
+ Height = 13
+ Caption = 'Output file:'
+ end
+ object Bevel1: TBevel
+ Left = -3
+ Top = 185
+ Width = 380
+ Height = 2
+ Anchors = [akLeft, akBottom]
+ end
+ object comboInput: TComboBox
+ Left = 64
+ Top = 40
+ Width = 297
+ Height = 21
+ Style = csDropDownList
+ ItemHeight = 13
+ TabOrder = 2
+ end
+ object editInput: TEdit
+ Left = 64
+ Top = 16
+ Width = 273
+ Height = 21
+ TabOrder = 0
+ end
+ object editOutput: TEdit
+ Left = 64
+ Top = 80
+ Width = 273
+ Height = 21
+ TabOrder = 3
+ end
+ object comboOutput: TComboBox
+ Left = 64
+ Top = 104
+ Width = 297
+ Height = 21
+ Style = csDropDownList
+ ItemHeight = 13
+ TabOrder = 5
+ end
+ object btnProcess: TButton
+ Left = 288
+ Top = 152
+ Width = 75
+ Height = 25
+ Caption = 'Process'
+ TabOrder = 7
+ OnClick = btnProcessClick
+ end
+ object cbIgnoreShort: TCheckBox
+ Left = 64
+ Top = 136
+ Width = 169
+ Height = 17
+ Caption = 'Ignore "short" names'
+ TabOrder = 6
+ end
+ object btnInput: TButton
+ Left = 341
+ Top = 16
+ Width = 19
+ Height = 21
+ Caption = '...'
+ TabOrder = 1
+ OnClick = btnInputClick
+ end
+ object btnOutput: TButton
+ Left = 341
+ Top = 80
+ Width = 19
+ Height = 21
+ Caption = '...'
+ TabOrder = 4
+ OnClick = btnOutputClick
+ end
+ object OpenDialogInput: TOpenDialog
+ Left = 80
+ Top = 8
+ end
+ object SaveDialogOutput: TSaveDialog
+ Left = 80
+ Top = 72
+ end
+end